home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
DOpusBackground.dopus5
< prev
next >
Wrap
Text File
|
1998-11-07
|
564b
|
13 lines
/* DOpusBackground.dopus5 */
options results
address 'DOPUS.1'
address command 'Copy "DOplus:tutorial/Arexx Tutorial/TuteRexx/Extras/2.iff" RAM:'
dopus front
dopus set background 'RAM:2.iff' desktop tile custom /* Set the new background */
dopus refresh background custom /* Refresh the display */
address command wait 10 /* Wait 10 seconds */
dopus refresh background /* Refresh the display */
dopus back
address command 'Delete RAM:2.iff QUIET FORCE'
exit